home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
pitfall
/
pitdemo.dir
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-11-15
|
272 b
|
19 lines
on exitFrame
open("pitfall.exe")
if rollOver(3) then
go("none")
end if
if rollOver(4) then
go("none")
end if
if rollOver(10) then
go("exit")
end if
if rollOver(11) then
go("play")
end if
if rollOver(12) then
go("more")
end if
end